Use linux-compatible #includes for new header.
authorrobertlipe <robertlipe@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sun, 8 Jun 2014 06:11:47 +0000 (06:11 +0000)
committerrobertlipe <robertlipe@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sun, 8 Jun 2014 06:11:47 +0000 (06:11 +0000)
gpsbabel/logging.h

index c6df94d29a9556b25e92de27e68e7c31a10668d3..1fe07000496bea7eea3195245bdaec681011ccd7 100644 (file)
@@ -22,8 +22,8 @@
 // A wrapper for QTextStream that provides a sensible Warning() and Fatal()
 // with convenient stream operators.
 
-#include <QtCore/QTextStream.h>
-#include <QtCore/QFile.h>
+#include <QtCore/QTextStream>
+#include <QtCore/QFile>
 
 class Warning {
  public: